home *** CD-ROM | disk | FTP | other *** search
/ Black Crawling Systems Archive Release 1.0 / Black Crawling Systems Archive Release 1.0 (L0pht Heavy Industries, Inc.)(1997).ISO / blackcrwl / allindex.bh < prev    next >
Text File  |  1996-09-23  |  2KB  |  61 lines

  1. #!/bin/bash
  2.  
  3. #cd cell
  4. #bbsindex < files.bbs > 00index.html
  5. cd commcom/datacom
  6. bbsindex < files.bbs > 00index.html
  7. bbsindex -w < files.bbs > ../../comdata.html
  8. cd ../freqs
  9. bbsindex < files.bbs > 00index.html
  10. bbsindex -w < files.bbs > ../../comfreqs.html
  11. cd ../voicecom
  12. bbsindex < files.bbs > 00index.html
  13. bbsindex -w < files.bbs > ../../comvoice.html
  14. cd ../../hamradio/datacom
  15. bbsindex < files.bbs > 00index.html
  16. bbsindex -w < files.bbs > ../../hamdata.html
  17. cd ../freqs
  18. bbsindex < files.bbs > 00index.html
  19. bbsindex -w < files.bbs > ../../hamfreqs.html
  20. cd ../voicecom
  21. bbsindex < files.bbs > 00index.html
  22. bbsindex -w < files.bbs > ../../hamvoice.html
  23. cd ../../consprcy
  24. bbsindex < files.bbs > 00index.html
  25. bbsindex -w < files.bbs > ../consprcy.html
  26. cd ../elctrnic
  27. bbsindex < files.bbs > 00index.html
  28. bbsindex -w < files.bbs > ../elctrnic.html
  29. cd ../encrypt
  30. bbsindex < files.bbs > 00index.html
  31. bbsindex -w < files.bbs > ../encrypt.html
  32. cd ../general
  33. bbsindex < files.bbs > 00index.html
  34. bbsindex -w < files.bbs > ../general.html
  35. cd ../hack
  36. bbsindex < files.bbs > 00index.html
  37. bbsindex -w < files.bbs > ../hack.html
  38. cd ../magick
  39. bbsindex < files.bbs > 00index.html
  40. bbsindex -w < files.bbs > ../magick.html
  41. #cd ../patriot
  42. #bbsindex < files.bbs > 00index.html
  43. #bbsindex -w < files.bbs > ../patriot.html
  44. cd ../releases
  45. bbsindex < files.bbs > 00index.html
  46. bbsindex -w < files.bbs > ../releases.html
  47. #cd ../restrict
  48. #bbsindex < files.bbs > 00index.html
  49. cd ../survive
  50. bbsindex < files.bbs > 00index.html
  51. bbsindex -w < files.bbs > ../survive.html
  52. cd ../telecom
  53. bbsindex < files.bbs > 00index.html
  54. bbsindex -w < files.bbs > ../telecom.html
  55. cd ../ufo
  56. bbsindex < files.bbs > 00index.html
  57. bbsindex -w < files.bbs > ../ufo.html
  58. cd ..
  59. cp *.html /home/oblivion/public_html/blkcrwl/
  60.  
  61.